IHipFS.read

Encapsulates both the sync and async in the same API for reading a file

interface IHipFS
read
(
string path
)

Parameters

path string

The path to read

Return Value

A task/promise which will output the file data. It returns null if the path is invalid

Meta